Save(Entity<TKey, TValue>, bool)

Method

Namespace: Diffstore

Declared in: Diffstore.IDiffstore<TKey, TValue>


Saves the entity.

Syntax

public void Save(
	Entity<TKey, TValue> entity,
	bool makeSnapshot
)

Back to index